home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 4-Demos / Apple Demos / Tutorials / Display Card 4•8⁄8•24 Training / Display Card 4•8_8•24 Training / card_40296.txt < prev    next >
Text File  |  1990-03-19  |  6KB  |  307 lines

  1. -- card: 40296 from stack: in
  2. -- bmap block id: 36446
  3. -- flags: 0000
  4. -- background id: 40467
  5. -- name: index 6
  6. ----- HyperTalk script -----
  7. on opencard
  8.   global maploc, cardloc
  9.   put "index" into maploc
  10.   set the hilite of cd btn 11 to true
  11. end opencard
  12.  
  13. on closecard
  14.   set the hilite of cd btn 11 to false
  15.   push card
  16. end closecard
  17.  
  18.  
  19.  
  20.  
  21. -- part 1 (button)
  22. -- low flags: 00
  23. -- high flags: A000
  24. -- rect: left=120 top=97 right=117 bottom=285
  25. -- title width / last selected line: 0
  26. -- icon id / first selected line: 0 / 0
  27. -- text alignment: 0
  28. -- font id: 156
  29. -- text size: 14
  30. -- style flags: 0
  31. -- line height: 18
  32. -- part name: Macintosh Advantage
  33. ----- HyperTalk script -----
  34. on mouseUp
  35.   visual effect dissolve
  36.   go to card id 43643
  37. end mouseUp
  38.  
  39.  
  40.  
  41. -- part 6 (button)
  42. -- low flags: 00
  43. -- high flags: A000
  44. -- rect: left=120 top=118 right=139 bottom=244
  45. -- title width / last selected line: 0
  46. -- icon id / first selected line: 0 / 0
  47. -- text alignment: 0
  48. -- font id: 156
  49. -- text size: 14
  50. -- style flags: 0
  51. -- line height: 18
  52. -- part name: Market Position
  53. ----- HyperTalk script -----
  54. on mouseUp
  55.   visual effect dissolve
  56.   go to card id 16179
  57. end mouseUp
  58.  
  59.  
  60.  
  61. -- part 11 (button)
  62. -- low flags: 00
  63. -- high flags: A000
  64. -- rect: left=120 top=195 right=213 bottom=175
  65. -- title width / last selected line: 0
  66. -- icon id / first selected line: 0 / 0
  67. -- text alignment: 0
  68. -- font id: 156
  69. -- text size: 14
  70. -- style flags: 0
  71. -- line height: 18
  72. -- part name: NeXT
  73. ----- HyperTalk script -----
  74. on mouseUp
  75.   visual effect dissolve
  76.   go card compete7
  77. end mouseUp
  78.  
  79.  
  80.  
  81. -- part 23 (button)
  82. -- low flags: 00
  83. -- high flags: A000
  84. -- rect: left=120 top=214 right=232 bottom=240
  85. -- title width / last selected line: 0
  86. -- icon id / first selected line: 0 / 0
  87. -- text alignment: 0
  88. -- font id: 156
  89. -- text size: 14
  90. -- style flags: 0
  91. -- line height: 18
  92. -- part name: NuBus Controller
  93. ----- HyperTalk script -----
  94. on mouseUp
  95.   visual effect dissolve
  96.   go to card id 53494
  97. end mouseUp
  98.  
  99.  
  100.  
  101. -- part 24 (button)
  102. -- low flags: 00
  103. -- high flags: A000
  104. -- rect: left=338 top=97 right=115 bottom=472
  105. -- title width / last selected line: 0
  106. -- icon id / first selected line: 0 / 0
  107. -- text alignment: 0
  108. -- font id: 156
  109. -- text size: 14
  110. -- style flags: 0
  111. -- line height: 18
  112. -- part name: Performance Levels
  113. ----- HyperTalk script -----
  114. on mouseUp
  115.   visual effect dissolve
  116.   go to card id 16179
  117. end mouseUp
  118.  
  119.  
  120.  
  121. -- part 25 (button)
  122. -- low flags: 00
  123. -- high flags: A000
  124. -- rect: left=338 top=116 right=136 bottom=434
  125. -- title width / last selected line: 0
  126. -- icon id / first selected line: 0 / 0
  127. -- text alignment: 0
  128. -- font id: 156
  129. -- text size: 14
  130. -- style flags: 0
  131. -- line height: 18
  132. -- part name: Pixel
  133. ----- HyperTalk script -----
  134. on mouseUp
  135.   visual effect dissolve
  136.   go to card id 53709
  137. end mouseUp
  138.  
  139.  
  140.  
  141. -- part 26 (button)
  142. -- low flags: 00
  143. -- high flags: A000
  144. -- rect: left=338 top=195 right=214 bottom=434
  145. -- title width / last selected line: 0
  146. -- icon id / first selected line: 0 / 0
  147. -- text alignment: 0
  148. -- font id: 156
  149. -- text size: 14
  150. -- style flags: 0
  151. -- line height: 18
  152. -- part name: QuickDraw
  153. ----- HyperTalk script -----
  154. on mouseUp
  155.   visual effect dissolve
  156.   go to card id 19415
  157. end mouseUp
  158.  
  159.  
  160.  
  161. -- part 28 (button)
  162. -- low flags: 00
  163. -- high flags: A003
  164. -- rect: left=14 top=86 right=107 bottom=55
  165. -- title width / last selected line: 0
  166. -- icon id / first selected line: 0 / 0
  167. -- text alignment: 1
  168. -- font id: 157
  169. -- text size: 14
  170. -- style flags: 0
  171. -- line height: 18
  172. -- part name: A - C
  173. ----- HyperTalk script -----
  174. on mouseUp
  175.   if the name of this card is "index 1" then
  176.     set the hilite of me to true
  177.   else
  178.     visual effect dissolve
  179.     go card "index 1"
  180.   end if
  181. end mouseUp
  182.  
  183.  
  184.  
  185. -- part 29 (button)
  186. -- low flags: 00
  187. -- high flags: A003
  188. -- rect: left=14 top=110 right=132 bottom=55
  189. -- title width / last selected line: 0
  190. -- icon id / first selected line: 0 / 0
  191. -- text alignment: 1
  192. -- font id: 157
  193. -- text size: 14
  194. -- style flags: 0
  195. -- line height: 18
  196. -- part name: D - F
  197. ----- HyperTalk script -----
  198. on mouseUp
  199.   visual effect dissolve
  200.   go card "index 3"
  201. end mouseUp
  202.  
  203.  
  204.  
  205. -- part 30 (button)
  206. -- low flags: 00
  207. -- high flags: A003
  208. -- rect: left=14 top=134 right=156 bottom=55
  209. -- title width / last selected line: 0
  210. -- icon id / first selected line: 0 / 0
  211. -- text alignment: 1
  212. -- font id: 157
  213. -- text size: 14
  214. -- style flags: 0
  215. -- line height: 18
  216. -- part name: G - L
  217. ----- HyperTalk script -----
  218. on mouseUp
  219.   visual effect dissolve
  220.   go card "index 4"
  221. end mouseUp
  222.  
  223.  
  224.  
  225. -- part 31 (button)
  226. -- low flags: 00
  227. -- high flags: A003
  228. -- rect: left=14 top=158 right=180 bottom=55
  229. -- title width / last selected line: 0
  230. -- icon id / first selected line: 0 / 0
  231. -- text alignment: 1
  232. -- font id: 157
  233. -- text size: 14
  234. -- style flags: 0
  235. -- line height: 18
  236. -- part name: M - Q
  237. ----- HyperTalk script -----
  238. on mouseUp
  239.   visual effect dissolve
  240.   go card "index 6"
  241. end mouseUp
  242.  
  243.  
  244.  
  245. -- part 32 (button)
  246. -- low flags: 00
  247. -- high flags: A003
  248. -- rect: left=14 top=182 right=204 bottom=55
  249. -- title width / last selected line: 0
  250. -- icon id / first selected line: 0 / 0
  251. -- text alignment: 1
  252. -- font id: 157
  253. -- text size: 14
  254. -- style flags: 0
  255. -- line height: 18
  256. -- part name: R - T
  257. ----- HyperTalk script -----
  258. on mouseUp
  259.   visual effect dissolve
  260.   go card "index 8"
  261. end mouseUp
  262.  
  263.  
  264.  
  265. -- part 33 (button)
  266. -- low flags: 00
  267. -- high flags: A003
  268. -- rect: left=13 top=206 right=228 bottom=55
  269. -- title width / last selected line: 0
  270. -- icon id / first selected line: 0 / 0
  271. -- text alignment: 1
  272. -- font id: 157
  273. -- text size: 14
  274. -- style flags: 0
  275. -- line height: 18
  276. -- part name: U - Z
  277. ----- HyperTalk script -----
  278. on mouseUp
  279.   visual effect dissolve
  280.   go card "index 10"
  281. end mouseUp
  282.  
  283.  
  284.  
  285. -- part contents for background part 2
  286. ----- text -----
  287. Macintosh Display Card 4‚Ä¢8 and 8‚Ä¢24
  288.  
  289. -- part contents for background part 3
  290. ----- text -----
  291. Index
  292.  
  293. -- part contents for background part 4
  294. ----- text -----
  295. Click on any index entry to go to that card.
  296.  
  297. -- part contents for background part 11
  298. ----- text -----
  299.  
  300.  
  301.  
  302.  
  303.  
  304.  
  305.  
  306.  
  307.